L_SECURITY_MSG="help can't show you this procedure because the security setting in your browser is set too high" & chr(13) &"or the ActiveX control Ouactrl.ocx didn't install correctly." & chr(13) & Chr(13) & "- Select a lower security setting in your browser" & chr(13) & "- If you receive this message after selecting a lower security setting, please see your system" & chr(13) &" administrator for help troubleshooting the installation of the ActiveX control Ouactrl.ocx" & chr(13) &" located in the folder you installed Microsoft Office to."
L_TITLE="Microsoft Office Help"
End Sub
Sub InitErrorMsgs()
sErrorMsg(msouierrFail)="This task cannot be automatically completed." & Chr(13) & "Please complete the steps manually."
sErrorMsg(msouierrNotValidId)="The command or option ID is not valid."
sErrorMsg(msouierrNoDialog)="The dialog box was not displayed."
sErrorMsg(msouierrWrongDialog)="The option does not exist in the specified dialog box."
sErrorMsg(msouierrAdminDisabled)="The command you are trying to use has been disabled by your administrator."
sErrorMsg(msouierrDisabled)="This task cannot be automatically completed." & Chr(13) & "Please complete the steps manually."
sErrorMsg(msouierrAppModal)="A dialog box is already displayed."